-
I am using MIP Mobile SDK in node.js I tried to create videopush and request live stream for recording. but …
- 464 views
- 0 answers
- 0 votes
-
private void openCameraIntent() { Intent pictureIntent = new Intent( MediaStore.ACTION_IMAGE_CAPTURE); if(pictureIntent.resolveActivity(getActivity().getPackageManager()) != null){ //Create a file to store the image …
- 386 views
- 0 answers
- 0 votes